'Declaration
Public Function AddTransformationMatrix( _ ByVal a As Single, _ ByVal b As Single, _ ByVal c As Single, _ ByVal d As Single, _ ByVal e As Single, _ ByVal f As Single _ ) As GdPictureStatus
public GdPictureStatus AddTransformationMatrix( float a, float b, float c, float d, float e, float f )
public function AddTransformationMatrix( a: Single; b: Single; c: Single; d: Single; e: Single; f: Single ): GdPictureStatus;
public function AddTransformationMatrix( a : float, b : float, c : float, d : float, e : float, f : float ) : GdPictureStatus;
Parameters
- a
- b
- c
- d
- e
- f